From 303f88e5ffaf38637b1bea561ac4f9243dc21578 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Fri, 20 Sep 2019 08:01:37 +0100 Subject: [PATCH] xfail_statsmodels_bug Author: Rebecca N. Palmer Bug: https://github.com/pandas-dev/pandas/issues/24088 Forwarded: not-needed Gbp-Pq: Name xfail_statsmodels_bug.patch --- pandas/tests/plotting/test_datetimelike.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/plotting/test_datetimelike.py b/pandas/tests/plotting/test_datetimelike.py index e3d502cd..f2d546b0 100644 --- a/pandas/tests/plotting/test_datetimelike.py +++ b/pandas/tests/plotting/test_datetimelike.py @@ -24,6 +24,7 @@ from pandas.tests.plotting.common import (TestPlotBase, @td.skip_if_no_mpl +@pytest.mark.xfail(reason="https://github.com/statsmodels/statsmodels/issues/4772") class TestTSPlot(TestPlotBase): def setup_method(self, method): -- 2.30.2